70c80b39d465282e8ae2a388ad3e0e8b7125a17f,demos/GUI/AppLocationDemo1/src/com/example/applocationdemo1/jTextView.java,jTextView,Free,#,165

Before Change



//Free object except Self, Pascal Code Free the class.
public  void Free() {
 if (parent != null) { parent.removeView(this); }
 setText("");
 lparams = null;
 setOnClickListener(null);
}

/*

After Change



	//Free object except Self, Pascal Code Free the class.
	public  void Free() {
		this.setOnKeyListener(null);
		this.setText("");
		LAMWCommon.free();
	}